home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / projct6a / readme.1st < prev   
Encoding:
Text File  |  1999-07-10  |  1.1 KB  |  24 lines

  1. Program: Project6 v6.1a Hex Editor for Windows.
  2.  
  3. Written in VB 5.0 (including source), this Hex Editor allows the user to
  4. list, search, and edit files in hexidecimal. Hex Editor v6.1a is completely
  5. public domain written in 1999. Due to its small size (under 32 KB.) the Hex
  6. Editor runs in a small window and takes little memory.
  7.  
  8. Hex Editor displays a drop down menu for drives, a directory selection box,
  9. and a filename selection list box. Other displays include a list of the
  10. current directory/filename being editing (with filesize, and attributes),
  11. a window displaying the current position in the file, and a 8 x 10 window
  12. of the current hex position page of the file.
  13.  
  14. Additional options allow the user to search for a hex value, change the
  15. current hex value, and select any position within the file. Edit functions
  16. include up/down/page up/page down, and apeend to file.
  17.  
  18. Hex Edit v6.1a is an excellent beginning programming example. Lastest bugs
  19. for page down, and position fixed. Hex window changed to terminal font.
  20.  
  21. Author: Erik Jon Oredson
  22. Email: azathoth@rptanet.org
  23. Url: http://mustang.rptanet.org/~azathoth/
  24.